[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_Decrypt()         Decrypts a string encrypted with VS_Encrypt()

Description:

  VS_Decrypt() is used to decrypt a string that you previously encrypted
  with VS_Encrypt().

Syntax:     

  c_String = VS_Decrypt( c_Encrypted, n_Key )

Pass:       

  c_Encrypted is a character expression containing the value you
  want to decrypt.  (NOTE: This must be same value returned from
  VS_Encrypt())

  n_Key is a numeric value containing the "lock key" you specified
  when you made the original call to VS_Encrypt().  If you do not
  specify the same value for n_Key you will receive garbage from
  VS_Decrypt().

Return:     

  c_String is a character expression containing the decrypted value
  for c_Encrypted.

Notes:      

  To properly decrypt a string, you must used the same value for
  n_Key!!

Example:    


Usage:      

  VS_Decrypt() is used to decrypt data that you have previously
  encrypted with VS_Encrypt().

See Also: VS_Encrypt()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson